home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMCRASH / TFRMCRASH.txt < prev   
Text File  |  1998-06-25  |  1KB  |  64 lines

  1. object FrmCrash: TFrmCrash
  2.   Left = 257
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sessie afgebroken'
  7.   ClientHeight = 160
  8.   ClientWidth = 315
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 8
  22.     Top = 16
  23.     Width = 57
  24.     Height = 49
  25.     Picture.Data = {<image001.bmp>}
  26.   end
  27.   object TxtInfoCrash: TLabel
  28.     Left = 80
  29.     Top = 16
  30.     Width = 225
  31.     Height = 97
  32.     AutoSize = False
  33.     Caption = 'xxxxxxxxxxxxxxxxxxxx'
  34.     Font.Color = clRed
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     WordWrap = True
  40.   end
  41.   object BtnYes: TBitBtn
  42.     Left = 48
  43.     Top = 127
  44.     Width = 99
  45.     Height = 25
  46.     HelpContext = 1101
  47.     Caption = '&Ja'
  48.     TabOrder = 0
  49.     OnClick = BtnYesClick
  50.     Kind = bkYes
  51.   end
  52.   object BtnNo: TBitBtn
  53.     Left = 166
  54.     Top = 127
  55.     Width = 97
  56.     Height = 25
  57.     HelpContext = 1102
  58.     Caption = '&Nee'
  59.     TabOrder = 1
  60.     OnClick = BtnNoClick
  61.     Kind = bkNo
  62.   end
  63. end
  64.